home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Readers / AutoWBPattern / AutoWBPattern.install < prev   
Text File  |  1998-01-25  |  483b  |  27 lines

  1. ; EasyPrefs install file
  2.  
  3.  
  4. (set @nohelp "No help available")
  5.  
  6. (copyfiles
  7.    (source "s/AutoWBPattern.rx")
  8.    (dest "S:")
  9.    (files)
  10. )
  11. (complete 50)
  12. (copyfiles
  13.    (source "prefs/")
  14.    (dest "SYS:Prefs/")
  15.    (all)
  16. )
  17. (complete 99)
  18. (Message
  19.    "\nInstallation almost complete.\n\n"
  20.    "To finish installation, manually add the following line to S:Startup-sequence "
  21.    "after the C:LoadWB command.\n\n"
  22.    "SYS:rexxc/rx S:AutoWBPattern.rx\n"
  23. )
  24.  
  25. (complete 100)
  26. (set @default-dest "SYS:")
  27.